home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9105 / nebel1.may < prev    next >
Text File  |  1991-03-22  |  424b  |  19 lines

  1. Listing 1. BOOKS.PRG 
  2.  
  3. 1    SET TALK OFF
  4. 2    SET ECHO OFF
  5. 3    SET STATUS OFF
  6. 4    * ----- declare public process control variables -----
  7. 5    PUBLIC mv_exit
  8. 6    mv_exit = "N"
  9. 7    mv_count = 0
  10. 8    * ----- call routine to provide edit access -----
  11. 9    DO bookedit
  12. 10   * ----
  13. 11   SET STATUS ON
  14. 12   SET TALK ON
  15. 13   * ----
  16. 14   RETURN
  17. 15   ================ End of Main Program of BOOKS.PRG=========
  18.  
  19.